object fmFavourites: TfmFavourites Left = 253 Top = 234 HelpContext = 340 BorderStyle = bsDialog Caption = 'Organize Favorites' ClientHeight = 318 ClientWidth = 470 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate DesignSize = ( 470 318) PixelsPerInch = 96 TextHeight = 13 object bvDiv: TBevel Left = 8 Top = 280 Width = 454 Height = 9 Anchors = [akLeft, akRight, akBottom] Shape = bsTopLine end object laFavourites: TLabel Left = 8 Top = 8 Width = 74 Height = 13 Caption = 'List of Favorites' end object lbFavourites: TListBox Left = 8 Top = 24 Width = 372 Height = 249 Anchors = [akLeft, akTop, akRight, akBottom] DragMode = dmAutomatic ItemHeight = 13 TabOrder = 0 OnDragDrop = lbFavouritesDragDrop OnDragOver = lbFavouritesDragOver OnEndDrag = lbFavouritesEndDrag end object buOK: TButton Left = 227 Top = 288 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = buOKClick end object buCancel: TButton Left = 307 Top = 288 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Cancel' ModalResult = 2 TabOrder = 5 end object bbUp: TBitBtn Left = 387 Top = 24 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Up' TabOrder = 1 OnClick = bbUpClick Glyph.Data = { DE000000424DDE0000000000000076000000280000000D0000000D0000000100 0400000000006800000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7000777777777777700077770000077770007777066607777000777706660777 7000777706660777700070000666000070007706666666077000777066666077 7000777706660777700077777060777770007777770777777000777777777777 7000} end object bbDown: TBitBtn Left = 387 Top = 54 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Down' TabOrder = 2 OnClick = bbDownClick Glyph.Data = { DE000000424DDE0000000000000076000000280000000D0000000D0000000100 0400000000006800000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7000777777777777700077777707777770007777706077777000777706660777 7000777066666077700077066666660770007000066600007000777706660777 7000777706660777700077770666077770007777000007777000777777777777 7000} end object bbRemove: TBitBtn Left = 387 Top = 84 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Remove' TabOrder = 3 OnClick = bbRemoveClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000 3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070 333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070 03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070 33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777 0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033 3333333337FFF7F3333333333000003333333333377777333333} NumGlyphs = 2 end object buHelp: TButton Left = 387 Top = 288 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Help' TabOrder = 6 OnClick = buHelpClick end object tiTimer: TTimer Enabled = False Interval = 100 OnTimer = tiTimerTimer Left = 432 Top = 240 end end